The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to
authoremellor@ewan <emellor@ewan>
Sun, 2 Oct 2005 22:56:13 +0000 (23:56 +0100)
committeremellor@ewan <emellor@ewan>
Sun, 2 Oct 2005 22:56:13 +0000 (23:56 +0100)
domain_lookup_by_name, as it causes an infinite loop on startup.  Leave the
domain_lookup change.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py

index 1d5ebce23198b11727516452abc729a6813ecfca..f21d08edbbcfb277a213975fe32759e77edfc173 100644 (file)
@@ -275,7 +275,6 @@ class XendDomain:
         return self.domains.get(id)
 
     def domain_lookup_by_name(self, name):
-        self.refresh()
         dominfo = self.domains.get_by_name(name)
         if not dominfo:
             try: